The following tables list the members exposed by OperationResult<T>.
Name | Description | |
---|---|---|
![]() | OperationResult<T> Constructor | Constructs a wrapper around the provided asynchronous function. |
Name | Description | |
---|---|---|
![]() | Cancelled | Returns whether the operation was cancelled. (Inherited from Cocktail.OperationResult) |
![]() | CompletedSuccessfully | Returns whether the operation completed successfully. (Inherited from Cocktail.OperationResult) |
![]() | Error | Returns the exception if the operation failed. (Inherited from Cocktail.OperationResult) |
![]() | HasError | Returns whether the operation failed. (Inherited from Cocktail.OperationResult) |
![]() | IsCompleted | Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from Cocktail.OperationResult) |
![]() | IsErrorHandled | Returns whether the error was handled. (Inherited from Cocktail.OperationResult) |
![]() | Result | The result value of the operation. |
![]() | Overloaded. Implicitly converts the current OperationResult to type System.Threading.Tasks.Task |